const github.com/klauspost/compress/zstd/internal/xxhash.prime1

7 uses

	github.com/klauspost/compress/zstd/internal/xxhash (current package)
		xxhash.go#L14: 	prime1 uint64 = 11400714785074694791
		xxhash.go#L25: var primes = [...]uint64{prime1, prime2, prime3, prime4, prime5}
		xxhash.go#L136: 		h = rol27(h)*prime1 + prime4
		xxhash.go#L139: 		h ^= uint64(u32(b[:4])) * prime1
		xxhash.go#L145: 		h = rol11(h) * prime1
		xxhash.go#L212: 	acc *= prime1
		xxhash.go#L219: 	acc = acc*prime1 + prime4